'Declaration Public Function New( _ ByVal list As System.Collections.Generic.IList(Of T) _ )
public C1ObservableCollection<T>( System.Collections.Generic.IList<T> list )
Parameters
- list
- The System.Collections.Generic.IList`1 list that is wrapped by the new collection.